[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Shows the string representation of the dictionary. The string representation contains
a list of the mappings in the dictionary.
Namespace: Wintellect.PowerCollections
Assembly:
PowerCollections (in PowerCollections.dll)
Syntax
| C# |
|---|
public override string ToString() |
| Visual Basic (Declaration) |
|---|
Public Overrides Function ToString As String |
| Visual C++ |
|---|
public:
virtual String^ ToString () override |
Return Value
The string representation of the dictionary.
See Also